GraphicsFormats package for Buoy

RawIcoExporter.SaveBitmapsToBytes Method

Saves one or more bitmaps to a single ICO formatted Bytes buffer. The bitmaps must have been previously added with the AddBitmap method.

SaveBitmapsToBytes() as Bytes

Parameters

Returns

Bytes
ICO formatted Bytes buffer or nil if there was error.

Remarks

This method can throw GraphicsFormatsException.

See Also

RawIcoExporter Class